Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: allow adding underscore (_), colon (:), comma (,), and dot(.) for the path part and underscore (_) for path parameters in addition to a-z A-Z - #2719

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

santoshniural
Copy link

@santoshniural santoshniural commented Jul 25, 2024

Description of changes

Updated the regex for REST API path validation to conform with the specifications from the AWS API Gateway important notes. This change ensures that the API paths properly handle colons, commas, underscores, and dots in static segments without interpreting them as parameters.

CDK / CloudFormation Parameters Changed

N/A

Issue #, if available

N/A

Description of how you validated changes

Checklist

  • PR description included
  • yarn test passes

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

…for the path and underscore (_) for path parameters
@santoshniural santoshniural requested a review from a team as a code owner July 25, 2024 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant